-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Tensorflow modules #24
Conversation
This commit removes the following Tensorflow 1.0 related modules: - spring-tensorflow-common - spring-image-recognition-function - spring-object-detection-function - spring-semantic-segmentation-function These may be resurrected at a later date but re-implemented with either DeepJavaLibrary or TensorFlow 2.0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See README.adoc
in the project root for unreachable docs.
See dependencies.gradle
for unused protobufJava
& protobufVersion
.
Also the checkFormatMain
Gradle tasks is redundant now.
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Will merge when build is green.
@@ -26,78 +26,70 @@ This functions catalog is also a foundation for https://spring.io/projects/sprin | |||
|link:supplier/spring-ftp-supplier/README.adoc[FTP] | |||
|link:function/spring-header-enricher-function/README.adoc[Header-Enricher] | |||
|link:consumer/spring-elasticsearch-consumer/README.adoc[Elasticsearch] | |||
| | |||
|link:function/spring-header-filter-function/README.adoc[Header-Filter] | |||
|link:consumer/spring-file-consumer/README.adoc[File] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit removes the following Tensorflow 1.0 related modules:
These may be resurrected at a later date but re-implemented with either DeepJavaLibrary or TensorFlow 2.0.